go.pact.im/x/plumb/internal/gotypes.Map.m (field)
5 uses
go.pact.im/x/plumb/internal/gotypes (current package)
gotypes.go#L25: type Map[K types.Type, V any] struct{ m typeutil.Map }
gotypes.go#L29: if v := m.m.At(key); v != nil {
gotypes.go#L37: func (m *Map[K, V]) Set(key K, value V) { m.m.Set(key, value) }
gotypes.go#L40: func (m *Map[K, V]) Len() int { return m.m.Len() }
gotypes.go#L45: m.m.Iterate(func(k types.Type, v any) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)